projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec6f21
)
mx6ul_14x14_evk: Remove empty reset_cpu()
author
Fabio Estevam
<
[email protected]
>
Tue, 3 Nov 2015 00:21:33 +0000
(22:21 -0200)
committer
Stefano Babic
<
[email protected]
>
Thu, 12 Nov 2015 16:26:32 +0000
(17:26 +0100)
There is really no need to provide an empty reset_cpu() implementation,
so just remove it.
Signed-off-by: Fabio Estevam <
[email protected]
>
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
index 8650f350f3eb894e9c05f08ca9bc67881e5f1965..1a9c1e905d56ad73ffd8633c4388c5d8f881d153 100644
(file)
--- a/
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
+++ b/
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
@@
-811,8
+811,4
@@
void board_init_f(ulong dummy)
/* load/boot image from boot device */
board_init_r(NULL, 0);
}
-
-void reset_cpu(ulong addr)
-{
-}
#endif